- Contextforge
Contextforge
Works with
Claude Code
CLI-powered coding agent with persistent memory across sessions.
Claude Desktop
Native desktop app with full MCP support and memory persistence.
Cursor
AI-first code editor with seamless MCP integration.
One config. Infinite memory.
Add ContextForge to your MCP config and your agent instantly gets persistent memory, semantic search, git sync, and more.
Projects
Group spaces into projects, share them with collaborators, and manage access with fine-grained controls.

Everything organized
Each project groups related spaces, issues, and collaborators. Your agent always knows which context belongs where.
Spaces
Organize knowledge into semantic spaces. Each space is a self-contained context that your AI agent can query independently.

Why Spaces?
Each space has its own embeddings index. Your agent searches only the context it needs — faster results, zero noise.
Git Integration
Automatically index commits, pull requests, and branches. Your agent always knows what changed and why.

Auto-synced
Connect once, stay updated forever. Every commit and PR is indexed automatically so your agent never falls behind.
Team
Invite collaborators, manage roles, and share knowledge across your entire team. Everyone gets the same context.

Real-time collaboration
Your whole team shares the same knowledge base. Every agent, every member — always in sync.
Tasks
Track bugs, features, and tasks directly inside ContextForge. Your agent can create, assign, and resolve tasks on the fly.

Agent-managed
Your AI agent can create tasks from code reviews, assign priorities, and resolve them — all through MCP commands.
Snapshots
Version-control your knowledge base. Create point-in-time snapshots and roll back whenever you need to.

Time travel
Accidentally corrupted your knowledge base? Roll back to any snapshot instantly. Your data is always safe.
API Keys
Generate scoped API keys for programmatic access. Integrate ContextForge into your CI/CD, scripts, or custom tooling.

Scoped access
Create read-only or full-access keys per project. Revoke anytime. Perfect for CI/CD pipelines and automation.
Built for scale
0+
Knowledge items stored
0ms
Avg. semantic search
0%
API uptime
0min
Setup time
Simple, transparent pricing
Start free. Upgrade when you need more. 14-day free trial on paid plans.
Server Config
{
"mcpServers": {
"contextforge": {
"command": "npx",
"args": [
"-y",
"contextforge-mcp"
],
"env": {
"CONTEXTFORGE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}